home *** CD-ROM | disk | FTP | other *** search
- object AddrEditDlg: TAddrEditDlg
- Left = 233
- Top = 126
- BorderStyle = bsDialog
- Caption = 'Address List Editor'
- ClientHeight = 189
- ClientWidth = 350
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 337
- Height = 145
- Shape = bsFrame
- end
- object OKButton: TButton
- Left = 112
- Top = 160
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- end
- object CancelButton: TButton
- Left = 192
- Top = 160
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Panel1: TPanel
- Left = 16
- Top = 16
- Width = 249
- Height = 129
- BevelOuter = bvNone
- TabOrder = 2
- object StringGrid1: TStringGrid
- Left = 0
- Top = 0
- Width = 249
- Height = 129
- Align = alClient
- ColCount = 2
- Ctl3D = True
- DefaultColWidth = 122
- DefaultRowHeight = 19
- FixedCols = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
- ParentCtl3D = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object EditButton: TButton
- Left = 272
- Top = 16
- Width = 65
- Height = 25
- Caption = '&Edit'
- TabOrder = 3
- OnClick = EditButtonClick
- end
- object AddButton: TButton
- Left = 272
- Top = 48
- Width = 65
- Height = 25
- Caption = '&Add'
- TabOrder = 4
- OnClick = AddButtonClick
- end
- object DeleteButton: TButton
- Left = 272
- Top = 80
- Width = 65
- Height = 25
- Caption = '&Delete'
- TabOrder = 5
- OnClick = DeleteButtonClick
- end
- object HelpButton: TButton
- Left = 272
- Top = 160
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 6
- end
- end
-